Showing Pipes

To show pipes connecting the tanks, use paths or background graphics. If you desire to show the material in the pipe, use a long, skinny tank with a capacity of 1 to represent the pipe. You can set the level of this tank to 0 or 1 to show product flow. For example, suppose we define a tank location called Pipe used to represent the connection between Tank1 and Tank2. Whenever transferring from Tank1 to Tank2, you would enter the following:

Define pipes

Tank_SetLevel (Pipe,1)

Tank_Transfer (Tank1, Tank2, ….)

Tank_SetLevel (Pipe, 0)